home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / backmenu.arc / BACKMENU.TXT < prev    next >
Text File  |  1990-11-14  |  2KB  |  73 lines

  1. Back-Menu V1.0
  2. ==============
  3.  
  4. Back-Menu is a program that allows you to define a pop-up menu on the
  5. Windows 3.0 background and use it to quickly run applications and tools.
  6. The idea came from using X-Windows and Sunview, where the user has a root
  7. menu that can be configured.
  8.  
  9. It allows you to describe a set of actions and associate command lines with
  10. them. To bring up the menu simply click with the right mouse button on the
  11. Windows desktop. This will bring up the description list. Selecting a
  12. description will cause the appropriate command line to be executed.
  13.  
  14. There are three fixed options in the menu. Firstly 'Reload Menu From File',
  15. which makes Back-Menu read its configuration file again to update the menu
  16. contents. Secondly 'Remove Back-Menu' which un-installs the program. Thirdly
  17. 'Exit Windows', which safely exits from Windows back to DOS.
  18.  
  19. Configuration Files
  20. ===================
  21.  
  22. The command syntax for Back-Menu is
  23.  
  24.     BACKMENU <menu-file>
  25.  
  26. If no menu file is specified, Back-Menu looks for a file called BACKMENU.INI
  27. in the same directory as BACKMENU.EXE.
  28.  
  29. A configuration file is simply a set of lines (one for each description/command
  30. line pair). The syntax for a menu item is:-
  31.  
  32.     Menu Item description,command line
  33.  
  34. Blank lines may be placed between items, to cause a separator line to be
  35. placed in the menu.
  36.  
  37. Eg.                    Gives:
  38.                     +---------+
  39. Item 1,CMD1.EXE                | Item 1  |
  40.                     |---------|
  41. Item 2,CMD2.EXE FRED.TXT        | Item 2  |
  42. Notepad,NOTEPAD.EXE            | Notepad |
  43.                     +---------+
  44.  
  45. A sample BACKMENU.INI file is included.
  46.  
  47. BUGS/FEATURES
  48. =============
  49.  
  50. V1.1    Fixed bug that prevented Back-Menu from being reloaded after it had
  51.     been removed.
  52.  
  53.     Restructured code so that it should work with EMS systems. (Not
  54.     tested fully).
  55.  
  56.  
  57. Back-Menu is currently limited to a single menu of up to 15 items. Enhancements
  58. may include allowing cascading menus, it all depends on if I feel up to it.
  59.  
  60. Any criticism/comments/praise/bugs etc can be directed to the author (me) as
  61.  
  62. Ian Heath
  63. Postgraduate Research
  64. University of Southampton
  65. England
  66.  
  67. mail:    ih@uk.ac.soton.ecs
  68. or:      ih@ecs.soton.ac.uk
  69.  
  70. (whichever you prefer).
  71.  
  72. This program is freeware. Share and enjoy!
  73.